projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dbf594
)
(find-library-name): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 12 Sep 2002 21:49:55 +0000
(21:49 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 12 Sep 2002 21:49:55 +0000
(21:49 +0000)
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index 6186577079e2c99e8bf657b134e5430f42b20d7a..c05167cc3c99a8630a58b45fa448f544bb741886 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-125,7
+125,7
@@
See the functions `find-function' and `find-variable'."
(setq library (replace-match "" t t library 1)))
(or (locate-file library
(or find-function-source-path load-path)
- (append (find-library-suffixes)
""
))
+ (append (find-library-suffixes)
'("")
))
(error "Can't find library %s" library)))
;;;###autoload